CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - RGB YCbCr

搜索资源列表

  1. YCbCr-RGB

    0下载:
  2. TI DSP C6000系列图像处理-YUV-RGB变换实验程序
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:22462
    • 提供者:likui
  1. RGB轉成YCbCr的C程式附錄

    0下载:
  2. 图像基本处理中图像RGB转变为YCbCr的c程序基本。-basic image processing RGB images into YCbCr c basic procedures.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1029
    • 提供者:古寿
  1. report of seal recognization.rar

    0下载:
  2. 在 RGB、HSV、YCBCR三个空间,实现印章的提取,设计了MATLAB GUI界面,综合利用三空间的特点,高质量地从复杂背景中提取印章。
  3. 所属分类:编程文档

    • 发布日期:2011-05-18
    • 文件大小:901295
    • 提供者:nudtlijinhui
  1. 对图像进行YCbCr分解

    0下载:
  2. rgb=imread('lena.png'); YCbCr=rgb2ycbcr(rgb); subplot(221),imshow(rgb),title('image'); Y=YCbCr(:,:,1); Cb=YCbCr(:,:,2); Cr=YCbCr(:,:,3); ycbcrmap(:,:,1)=Y; ycbcrmap(:,:,2)=128; ycbcrmap(:,:,3)=128; subplot(222),imshow(Y),title('Y'); ycbcrma
  3. 所属分类:matlab例程

    • 发布日期:2014-11-13
    • 文件大小:313
    • 提供者:liudaixin
  1. YCRCB2RGB.rar

    0下载:
  2. 我自己寫的RGB與YCbCr(YUV)色彩格式轉換,可以RGB轉YCbCr或YCbCr轉RGB,並支持顯示轉換後的色彩功能.,I wrote it myself RGB and YCbCr (YUV) color format conversion can be RGB or YCbCr to YCbCr to RGB, and supports the display of the color conversion function.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:34901
    • 提供者:陈大头
  1. YCbCr2RGB

    1下载:
  2. verilog 实现的YCbCr到RGB得转换-verilog implementation YCbCr to RGB was converted
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-24
    • 文件大小:696
    • 提供者:qirui
  1. corlorprocessing

    0下载:
  2. RGB、HSV、NTSC和YCbCr各种颜色模型之间的相互转换关实现,以及颜色和调整、图像的美化,配设等等功能的实现。-RGB, HSV, NTSC and YCbCr color model a variety of mutual conversion between the clearance to achieve, as well as the color and adjustment of the landscape images with the realization of set
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-28
    • 文件大小:128044
    • 提供者:guiyangyang
  1. ImageModelTran

    0下载:
  2. 本程序实现图像模式由RGB转换为HSV、HSI、YCbCr-This procedure to achieve the image mode from RGB is converted to HSV, HSI, YCbCr
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:50117
    • 提供者:niuxiaohui
  1. yuvtorgb

    0下载:
  2. 用于DSP的YCbCr转RGB的汇编程序代码,图像处理入门之选-DSP for the YCbCr to RGB compilation of program code, image processing entry choice
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:1189
    • 提供者:doubao422
  1. ycbcrkMEAN

    0下载:
  2. YCBCR彩色空間之下作KMEAN顏色分群-YCBCR for color space under the color clustering KMEAN
  3. 所属分类:Graph program

    • 发布日期:2017-04-12
    • 文件大小:633
    • 提供者:LMDX
  1. camera_up

    0下载:
  2. Camera Interface模块是视频输入转换存储模块。该模块一端接通用的video camera设备,另一端接AHB总线。实现了将Camera捕捉到的数据进行转换、并通过DMA存储到memory中。该IP支持ITU-R BT 601/656 8-bit 模式。支持YCbCr, RGB格式输入。可以将camera产生的YCbCr信号转换成24bit RGB 信号,然后下采样生成16bit RGB 5:6:5的LCD能直接读取显示的数据。该设备支持图像的镜像和翻转,以便适应手持式设备在移动环境
  3. 所属分类:Video Capture

    • 发布日期:2017-03-24
    • 文件大小:33011
    • 提供者:孙喆
  1. YCbCr

    0下载:
  2. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:2866
    • 提供者:caibaihui
  1. colorspace

    0下载:
  2. 彩色空间模型转换程序RGB到YPbPr,YCbCr,YUV,YUV,YDbDr,JPEGYCbCr,HSV,HSL,XYZ,Lab,Luv,Lch-RGB color space model of the conversion process to YPbPr, YCbCr, YUV, YUV, YDbDr, JPEGYCbCr, HSV, HSL, XYZ, Lab, Luv, Lch
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:4326
    • 提供者:彭庆
  1. rgb2ycbcr[1]

    0下载:
  2. This a scr ipt to convert Images RGB to YCbCr-This is a scr ipt to convert Images RGB to YCbCr
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:284631
    • 提供者:Rafael
  1. skin_detect

    0下载:
  2. 先讀入膚色,非膚色的圖片,在將各張圖片由RGB轉成YCbCr。讀進來的時候,我是用四維的陣列去存膚色的圖片以及非膚色的圖片。第一個維度是用來存放有幾張圖片,接下來是解析度,還有幾個channel。讀進來之後再分別對膚色,非膚色的Cb,Cr來作統計。分別會得到Cb,Cr的mean和variance。再依次分別帶入Multivariate Normal Density的公式去求得膚色,非膚色出現的機率。最後再將得到的兩個機率值相除,得到的值,拿來和threshold值相比,藉此來判斷Input的圖的
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-01
    • 文件大小:1328
    • 提供者:Howard
  1. YCbCr2RGB

    0下载:
  2. 将图像数据Ycbcr格式转换为rgb格式,方便显示器显示。-Converting the image data Ycbcr format to RGB format , facilitating the monitor display.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-28
    • 文件大小:1350
    • 提供者:秦立红
  1. formatosImagen

    0下载:
  2. From a given image, this code returns it in the following colour spaces RGB,NTCS,YCBCR,HSV. The fields are returned in a matrix of dimensions (:,:,12)
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-01
    • 文件大小:1410
    • 提供者:Xasky
  1. YCbCr2RGB

    0下载:
  2. YCbCr到RGB的verilog代码,可从ccd直接转换-convertion code of YCbCr to RGB
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:1345
    • 提供者:zhong
  1. imag_improve_rgb

    0下载:
  2. This a two stage method in which at first image RGB compensated and then converted to YCbCr to normalise overall illumination of image.Its cascaded implementation of section 2.A of paper "A FAST SKIN REGION DETECTOR" by Phil Chen, Dr.Christos Greecos
  3. 所属分类:software engineering

    • 发布日期:2017-03-24
    • 文件大小:2008
    • 提供者:王信傑
  1. colorspace

    0下载:
  2. 颜色空间转换,RGB YPbPr YCbCr / YCC YUV YIQ YDbDr JPEGYCbCr HSV / HSB HSL / HLS / HSI XYZ Lab Luv Lch 等色彩制式之间的装换,matlab-Color space conversion, RGB YPbPr YCbCr/YCC YUV YIQ YDbDr JPEGYCbCr HSV/HSB HSL/HLS/HSI XYZ Lab Luv Lch equipment such as color change be
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:4413
    • 提供者:hello
« 1 23 4 5 6 7 8 9 »
搜珍网 www.dssz.com